The VD management code runs entirely in userspace. The code is written in
Python and can therefore be accessed from custom scripts, as well as from the
convenience scripts provided. The underlying VD database is a SQLite database
-in /var/spool/xen_vdisks.sqlite.
+in /var/lib/xen_vdisks.sqlite.
The scripts provided are as follows:
When you use vd_format.py to add a device to the free space pool, the device is
logically split up into extents. These extents are recorded in the Virtual
-Disk Management database in /var/spool/xen_vdisks.sqlite.
+Disk Management database in /var/lib/xen_vdisks.sqlite.
When you use vd_create.py to add create a virtual disk, some of the extents in
the free space pool are reallocated for that virtual disk and a record for that
##### Module variables
"""Location of the Virtual Disk management database.
- defaults to /var/spool/xen_vdisks.sqlite
+ defaults to /var/lib/xen_vdisks.sqlite
"""
-VD_DB_FILE = "/var/spool/xen_vdisks.sqlite"
+VD_DB_FILE = "/var/lib/xen_vdisks.sqlite"
"""VBD expertise level - determines the strictness of the sanity checking.
This mode determines the level of complaints when disk sharing occurs